From: Eli Zaretskii Date: Sat, 26 Dec 2009 12:52:50 +0000 (+0000) Subject: (pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8862 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5500b5ab4af38fa61286cc4608378166d466bd1d;p=emacs.git (pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well. --- diff --git a/src/.gdbinit b/src/.gdbinit index 6e717836376..949dfbfd480 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -455,7 +455,7 @@ define pgx end # COMPOSITE_GLYPH if ($g->type == 1) - printf "COMP[%d]", $g->u.cmp_id + printf "COMP[%d (%d..%d)]", $g->u.cmp.id, $g->u.cmp.from, $g->u.cmp.to end # IMAGE_GLYPH if ($g->type == 2)